vendor/golang.org/x/text/unicode/norm.reorderBuffer.out (field)
38 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L110: out []byte
composition.go#L129: rb.out = out
composition.go#L153: rb.out = append(rb.out, rb.byte[start:end]...)
normalize.go#L54: rb := reorderBuffer{f: *ft, src: src, nsrc: len(b), out: out, flushF: appendFlush}
normalize.go#L68: rb := reorderBuffer{f: *ft, src: src, nsrc: len(s), out: out, flushF: appendFlush}
normalize.go#L83: rb.out = b[bp:]
normalize.go#L93: b := rb.out
normalize.go#L150: info, p := lastRuneStart(&rb.f, rb.out)
normalize.go#L155: extra := len(rb.out) - end
normalize.go#L160: x = append(x, rb.out[len(rb.out)-extra:]...)
normalize.go#L161: rb.out = rb.out[:end]
normalize.go#L164: rb.out = append(rb.out, x...)
normalize.go#L167: buf := rb.out[p:]
normalize.go#L168: rb.out = rb.out[:p]
normalize.go#L187: rb.out = rb.src.appendSlice(rb.out, i, end)
normalize.go#L209: rb := reorderBuffer{f: *ft, src: src, nsrc: n, out: out, flushF: appendFlush}
normalize.go#L222: rb.out = src.appendSlice(rb.out, p, q)
normalize.go#L241: return src.appendSlice(rb.out, p, n)
normalize.go#L256: return rb.out
normalize.go#L570: info, i := lastRuneStart(fd, rb.out)
normalize.go#L571: if int(info.size) != len(rb.out)-i {
normalize.go#L581: p := len(rb.out)
normalize.go#L595: info, i = lastRuneStart(fd, rb.out[:p])
normalize.go#L603: cp := buf[:copy(buf[:], rb.out[p:])]
normalize.go#L604: rb.out = rb.out[:p]
transform.go#L44: if len(rb.out) < rb.nrune*utf8.UTFMax {
transform.go#L47: rb.out = rb.out[rb.flushCopy(rb.out):]
transform.go#L66: nDst = len(dst) - len(rb.out)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |